home *** CD-ROM | disk | FTP | other *** search
/ Revista do CD-ROM 47 / CD-ROM 47 / CD-ROM 47.iso / aplicat / minibase / _setup.1 / MiniBase.exe / 0 / RCDATA / TFORM2 / TFORM2.txt
Encoding:
Text File  |  1999-03-12  |  17.7 KB  |  422 lines

  1. object Form2: TForm2
  2.   Left = 125
  3.   Top = 77
  4.   Width = 496
  5.   Height = 379
  6.   Caption = 'Preview'
  7.   Font.Charset = DEFAULT_CHARSET
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   OnClose = FormClose
  13.   OnCreate = FormCreate
  14.   OnKeyDown = FormKeyDown
  15.   OnResize = FormResize
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object QRPreview: TQRPreview
  19.     Left = 0
  20.     Top = 30
  21.     Width = 488
  22.     Height = 303
  23.     HorzScrollBar.Tracking = True
  24.     VertScrollBar.Tracking = True
  25.     Align = alClient
  26.     TabOrder = 0
  27.     OnPageAvailable = QRPreviewPageAvailable
  28.     OnProgressUpdate = QRPreviewProgressUpdate
  29.     PageNumber = 1
  30.     Zoom = 100
  31.   end
  32.   object Panel1: TPanel
  33.     Left = 0
  34.     Top = 0
  35.     Width = 488
  36.     Height = 30
  37.     Align = alTop
  38.     TabOrder = 1
  39.     object ToolBar1: TToolBar
  40.       Left = 1
  41.       Top = 1
  42.       Width = 486
  43.       Height = 30
  44.       AutoSize = True
  45.       BorderWidth = 2
  46.       Images = ToolbarImages
  47.       TabOrder = 0
  48.       object ToolButton1: TToolButton
  49.         Left = 0
  50.         Top = 2
  51.         Width = 8
  52.         Height = 22
  53.         Caption = 'ToolButton1'
  54.         ImageIndex = 12
  55.         Style = tbsDivider
  56.       end
  57.       object ZoomFit: TToolButton
  58.         Left = 8
  59.         Top = 2
  60.         Width = 23
  61.         Height = 22
  62.         Hint = 'Zoom to fit'
  63.         Caption = 'ZoomFit'
  64.         Grouped = True
  65.         ImageIndex = 0
  66.         Style = tbsCheck
  67.         OnClick = ZoomFitClick
  68.       end
  69.       object Zoom100: TToolButton
  70.         Left = 31
  71.         Top = 2
  72.         Width = 23
  73.         Height = 22
  74.         Hint = '100%'
  75.         Caption = 'Zoom100'
  76.         Grouped = True
  77.         ImageIndex = 1
  78.         Style = tbsCheck
  79.         OnClick = Zoom100Click
  80.       end
  81.       object ZoomToWidth: TToolButton
  82.         Left = 54
  83.         Top = 2
  84.         Width = 23
  85.         Height = 22
  86.         Hint = 'Zoom to width'
  87.         Caption = 'ZoomToWidth'
  88.         Grouped = True
  89.         ImageIndex = 2
  90.         Style = tbsCheck
  91.         OnClick = ZoomToWidthClick
  92.       end
  93.       object Separator1: TToolButton
  94.         Left = 77
  95.         Top = 2
  96.         Width = 8
  97.         Height = 22
  98.         Caption = 'Separator1'
  99.         ImageIndex = 3
  100.         Style = tbsDivider
  101.       end
  102.       object FirstPage: TToolButton
  103.         Left = 85
  104.         Top = 2
  105.         Width = 23
  106.         Height = 22
  107.         Hint = 'First page'
  108.         Caption = 'FirstPage'
  109.         ImageIndex = 3
  110.         OnClick = FirstPageClick
  111.       end
  112.       object PrevPage: TToolButton
  113.         Left = 108
  114.         Top = 2
  115.         Width = 23
  116.         Height = 22
  117.         Hint = 'Previous page'
  118.         Caption = 'PrevPage'
  119.         ImageIndex = 4
  120.         OnClick = PrevPageClick
  121.       end
  122.       object NextPage: TToolButton
  123.         Left = 131
  124.         Top = 2
  125.         Width = 23
  126.         Height = 22
  127.         Hint = 'Next page'
  128.         Caption = 'NextPage'
  129.         ImageIndex = 5
  130.         OnClick = NextPageClick
  131.       end
  132.       object LastPage: TToolButton
  133.         Left = 154
  134.         Top = 2
  135.         Width = 23
  136.         Height = 22
  137.         Hint = 'Last page'
  138.         Caption = 'LastPage'
  139.         ImageIndex = 6
  140.         OnClick = LastPageClick
  141.       end
  142.       object Separator2: TToolButton
  143.         Left = 177
  144.         Top = 2
  145.         Width = 8
  146.         Height = 22
  147.         Caption = 'Separator2'
  148.         ImageIndex = 7
  149.         Style = tbsDivider
  150.       end
  151.       object PrintSetup: TToolButton
  152.         Left = 185
  153.         Top = 2
  154.         Width = 23
  155.         Height = 22
  156.         Hint = 'Printer setup'
  157.         Caption = 'PrintSetup'
  158.         ImageIndex = 7
  159.         OnClick = PrintSetupClick
  160.       end
  161.       object Print: TToolButton
  162.         Left = 208
  163.         Top = 2
  164.         Width = 23
  165.         Height = 22
  166.         Hint = 'Print'
  167.         Caption = 'Print'
  168.         ImageIndex = 8
  169.         OnClick = PrintClick
  170.       end
  171.       object Separator3: TToolButton
  172.         Left = 231
  173.         Top = 2
  174.         Width = 8
  175.         Height = 22
  176.         Caption = 'Separator3'
  177.         ImageIndex = 9
  178.         Style = tbsDivider
  179.       end
  180.       object SaveReport: TToolButton
  181.         Left = 239
  182.         Top = 2
  183.         Width = 23
  184.         Height = 22
  185.         Hint = 'Save Report to file'
  186.         Caption = 'PrintSetup'
  187.         ImageIndex = 10
  188.         OnClick = SaveReportClick
  189.       end
  190.       object LoadReport: TToolButton
  191.         Left = 262
  192.         Top = 2
  193.         Width = 23
  194.         Height = 22
  195.         Hint = 'Load Report from file'
  196.         Caption = 'Print'
  197.         ImageIndex = 9
  198.         OnClick = LoadReportClick
  199.       end
  200.       object Separator4: TToolButton
  201.         Left = 285
  202.         Top = 2
  203.         Width = 8
  204.         Height = 22
  205.         Caption = 'Separator4'
  206.         ImageIndex = 11
  207.         Style = tbsDivider
  208.       end
  209.       object ExitButton: TSpeedButton
  210.         Left = 293
  211.         Top = 2
  212.         Width = 40
  213.         Height = 22
  214.         Caption = '&Close'
  215.         OnClick = ExitButtonClick
  216.       end
  217.     end
  218.   end
  219.   object StatusBar: TStatusBar
  220.     Left = 0
  221.     Top = 333
  222.     Width = 488
  223.     Height = 19
  224.     Panels = <
  225.       item
  226.         Alignment = taRightJustify
  227.         Width = 40
  228.       end
  229.       item
  230.         Text = 'Page'
  231.         Width = 50
  232.       end>
  233.     SimplePanel = False
  234.   end
  235.   object ToolbarImages: TImageList
  236.     Left = 8
  237.     Top = 52
  238.     Bitmap = {
  239.       494C01010C000E00040010001000FFFFFFFFFF00FFFFFFFFFFFFFFFF424D3604
  240.       0000000000003604000028000000400000004000000001000800000000000010
  241.       0000000000000000000000000000000000000000000000008000008000000080
  242.       8000800000008000800080800000C0C0C000C0DCC000F0CAA600000000000000
  243.       0000000000000000000000000000000000000000000000000000000000000000
  244.       0000000000000000000000000000000000000000000000000000000000000000
  245.       0000000000000000000000000000000000000000000000000000000000000000
  246.       0000000000000000000000000000000000000000000000000000000000000000
  247.       0000000000000000000000000000000000000000000000000000000000000000
  248.       0000000000000000000000000000000000000000000000000000000000000000
  249.       0000000000000000000000000000000000000000000000000000000000000000
  250.       0000000000000000000000000000000000000000000000000000000000000000
  251.       0000000000000000000000000000000000000000000000000000000000000000
  252.       0000000000000000000000000000000000000000000000000000000000000000
  253.       0000000000000000000000000000000000000000000000000000000000000000
  254.       0000000000000000000000000000000000000000000000000000000000000000
  255.       0000000000000000000000000000000000000000000000000000000000000000
  256.       0000000000000000000000000000000000000000000000000000000000000000
  257.       0000000000000000000000000000000000000000000000000000000000000000
  258.       0000000000000000000000000000000000000000000000000000000000000000
  259.       0000000000000000000000000000000000000000000000000000000000000000
  260.       0000000000000000000000000000000000000000000000000000000000000000
  261.       0000000000000000000000000000000000000000000000000000000000000000
  262.       0000000000000000000000000000000000000000000000000000000000000000
  263.       0000000000000000000000000000000000000000000000000000000000000000
  264.       0000000000000000000000000000000000000000000000000000000000000000
  265.       0000000000000000000000000000000000000000000000000000000000000000
  266.       0000000000000000000000000000000000000000000000000000000000000000
  267.       0000000000000000000000000000000000000000000000000000000000000000
  268.       0000000000000000000000000000000000000000000000000000000000000000
  269.       0000000000000000000000000000000000000000000000000000000000000000
  270.       0000000000000000000000000000000000000000000000000000000000000000
  271.       0000000000000000000000000000000000000000000000000000000000000000
  272.       00000000000000000000F0FBFF00A4A0A000808080000000FF0000FF000000FF
  273.       FF00FF000000FF00FF00FFFF0000FFFFFF000707070707070707070707070707
  274.       0707070707070707070707070707070707070707070707070707070707070707
  275.       0707070707070707070707070707070707070707070707070707070700070707
  276.       0707070707070707070707070707070707070707070707070707070707070707
  277.       F8FF07070707040707040707070707070707070707070707070707FF0707F800
  278.       0707F80007070707FFFFFFFFFFFFFF070707F800070707070707070707000707
  279.       0707070707070707070707070707070707070707070707070707070707070707
  280.       0707070707070707070707070707070707070707070707070707070707070707
  281.       0707070707070707070707070707070707070707070700000000000707070707
  282.       07070707070707070707070707070707070707070707070707070707F8FF0707
  283.       0407070707040707070707070707070707070707070707FF0707F8000707F800
  284.       07070707FFFF04FFFFFFFF070707F80007070707070707070700070707070707
  285.       0707070707070707070707070707070707070707070707070707070707070707
  286.       0707070707070707070707070707070707070707070707070707070707070707
  287.       0707070707070707070707070707070707070707070707070707070707070707
  288.       070707070707070707070707070707070707070707070707F8FF070707070707
  289.       07070707070707070707070707070707070707FF0707F8000707F80007070707
  290.       FFFFFFFFFFFFFF070707F8000707070707070707070707070707070707070707
  291.       0707070707070707070707070707070707070707070707070707070707070707
  292.       0707070707070707070707070707070707070707070707070707070707070707
  293.       0707070707070707070707070707070707070707070707070707070707070707
  294.       0707070707070707070707070707070707070707F8FF07070707070707070707
  295.       070707070707070707070707070707070707F8000707F800FFFFFFFFFF00FFFF
  296.       FFFFFF070707F800070707070707070707070707070707070707070707070707
  297.       0707070707070707070707070707070707070000000000000000000000000000
  298.       0000000000000000000000000000000000000000000000000000000000000000
  299.       000007070707070707070707070707FF07070000000000000000000000000000
  300.       0000000000000000000000000000000000000000000000000000000000000000
  301.       0000000000000000000000000000000000000000000000000000000000000000
  302.       0000000000000000000000000000000000000000000000000000000000000000
  303.       0000000000000000000000000000000000000000000056203000000066480300
  304.       0004300056200000000000000000000000000000000000000000000000000000
  305.       0000000000000000000000000000000000000000000000000000000000000000
  306.       0000000000000000000000000000000000000000000000000000000000000000
  307.       0000000000000000000000000000040400000000000000000000000000000000
  308.       0000000000000000000000000000000000000000000000000000000000000000
  309.       0000000000000000000000000004070404000000000000000000000000000000
  310.       0000000003030000000000000000000300000000000000000000000000000000
  311.       0000000000000000000000000407040404000000000000000000000000000000
  312.       0000000003030000000000000000000300000000030303030303030303000000
  313.       00000000000000000000000407040404000000000000000000FBFBFB00000000
  314.       00000000030300000000000000000003000000FB000303030303030303030000
  315.       00000000000000000000040704040400000000000000000000F8F8F800000000
  316.       00000000030300000000000000000003000000FFFB0003030303030303030300
  317.       00000000000007070700F8040404000000000000000000000000000000000000
  318.       00000000030303030303030303030303000000FBFFFB00030303030303030303
  319.       00000000F8070707070700F800F8000000000000000000000000000000000000
  320.       00000000030300000000000000000303000000FFFBFFFB000000000000000000
  321.       0000000007070707070707000000000000000000000000000000000000000000
  322.       00000000030000000000000000000003000000FBFFFBFFFBFFFBFFFB00000000
  323.       000000070707070707070707070000000000000000FFFFFFFFFFFFFFFF000000
  324.       00000000030000000000000000000003000000FFFBFFFBFFFBFFFBFF00000000
  325.       00000007070707070707070707000000000000000000FF0000000000FF000000
  326.       00000000030000000000000000000003000000FBFFFB00000000000000000000
  327.       00000607000707070707070707000000000000000000FFFFFFFFFFFFFFFF0000
  328.       0000000003000000000000000000000300000000000000000000000000000000
  329.       0000000700070707070707070700000000000000000000FF0000000000FF0000
  330.       0000000003000000000000000000000000000000000000000000000000000000
  331.       0000000000000707070707070000000000000000000000FFFFFFFFFFFFFFFF00
  332.       0000000003000000000000000000000000000000000000000000000000000000
  333.       00000000F8000000070707F80000000000000000000000000000000000000000
  334.       0000000000000000000000000000000000000000000000000000000000000000
  335.       0000000000000707070700000000000000000000000000000000000000000000
  336.       0000000000000000000000000000000000000000000000000000000000000000
  337.       0000000000000000000000000000000000000000000000000000000000000000
  338.       0000000000000000000000000000000000000000000000000000000000000000
  339.       0000000000000000000000000000000000000000000000000000000000000000
  340.       0000000000000000000000000000000000000000000000000000000000000000
  341.       0000000000000000000000000000000000000000000000000000000000000000
  342.       0000000000000000000000000000000000000000000000000000000000000000
  343.       000000F8F8F8F8F8F8F8F8F8F8F8F80000000000000000000000000000000000
  344.       0000000000000000000000000000000000000000000000000000000000000000
  345.       000000070707070707070707070707F800000000000000000000000000000000
  346.       0000000000000000000000000000000000000000000000000000000000000000
  347.       00000007F9F9070707070707070707F8F8000000000000000000000000000000
  348.       0000000000000000000000000000000000000000000000000000000000000000
  349.       000000000000000000000000000000F8F8000000000000000000000000000000
  350.       0000000000000000000000000000000000000000000000000000000000000000
  351.       00000000070707070707070707F8F800F8000000000000000000000000000000
  352.       0000000000000000000000000000000000000000000000000000000000000000
  353.       0000000007F8F8F8F8F8F8F8F8F8F8F800000000000000000000000000000000
  354.       0000000000000000000000000000000000000000000000000000000000000000
  355.       0000000000000000000000000000000000000000000000000000000000000000
  356.       0000000000000000000000000000000000000000000000000000000000000000
  357.       0000000000000000000000000006FEFEFE000000000000000000000000000000
  358.       0000000000000000000000000000000000000000000000000000000000000000
  359.       000000F8000000000000000000FE060000F80000000000000000000000000000
  360.       0000000000000000000000000000000000000000000000000000000000000000
  361.       00000000FE06FEFEFEFEFEFEFEFE000700000000000000000000000000000000
  362.       0000000000000000000000000000000000000000000000000000000000000000
  363.       000000F8000000000000000000FE060000000000000000000000000000000000
  364.       0000000000000000000000000000000000000000000000000000000000000000
  365.       000000000000000000000000F806FEFEFE000000000000000000000000000000
  366.       0000000000000000000000000000000000000000000000000000000000000000
  367.       00000000000000000000000000F8000000000000000000000000000000000000
  368.       0000000000000000000000000000000000000000000000000000000000000000
  369.       0000000000000000000000000000000000000000000000000000000000000000
  370.       0000000000000000000000000000000000000000000000000000000000000000
  371.       0000000000000000000000000000000000000004000400040004000400040004
  372.       0000000000000000000000000000000000000000000000000000000000000000
  373.       0000000000000000000000000000000000000406040604060406040604060406
  374.       0400000000000000000000000000000000000400000000000000000000000000
  375.       0000000000000000000000000000000000000004060400040004000400040604
  376.       0000000000000000000000000000000000000400000000000000000000000000
  377.       0000000000000000000000000000000000000406040604000000000004060406
  378.       0400000000000000000000000000000000000400000000000000000000000000
  379.       0000000000000000000000000000000000000004060400000404040000040604
  380.       0000000000000000000000000000000000000400000000000000000000000000
  381.       0000000000000000000000000000000000000406040604000000000004060406
  382.       0400000000000000000000000000000000000400000000000000000000000000
  383.       0000000000000000000000000000000000000004060400000404000000040604
  384.       0000000000000000000000000000000000000400000400000000000000040000
  385.       0000000000000000000000000000000000000406040604000000000004060406
  386.       0400000000000000000000000000000000000400040400000000000000040400
  387.       0000000000000000000000000000000000000004060400000404040000040604
  388.       0000000000000000000000000000000000000404040404000000000004040404
  389.       0000000000000000000000000000000000000406040604000000000004060406
  390.       0400000000000000000000000000000000000400040400000000000000040400
  391.       0000000000000000000000000000000000000004060400040004000400040604
  392.       0000000000000000000000000000000000000400000400000000000000040000
  393.       0000000000000000000000000000000000000406040604060406040604060406
  394.       0400000000000000000000000000000000000400000000000000000000000000
  395.       0000000000000000000000000000000000000004000400040004000400040004
  396.       0000000000000000000000000000000000000000000000000000000000000000
  397.       0000000000000000000000000000000000000000000000000000000000000000
  398.       0000000000000000000000000000000000000000000000000000000000000000
  399.       0000000000000000000000000000000000000000000000000000000000000000
  400.       0000000000000000000000000000000000000000000000000000000000000000
  401.       000000000000000000000000000000000000424D3E000000000000003E000000
  402.       2800000040000000400000000100010000000000000200000000000000000000
  403.       000000000000000000000000FFFFFF0000000004000000000400000400000000
  404.       0000000000000000000000000000000000040004060400000004060400040004
  405.       FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF00000000000000000400000000000000
  406.       0000000000000000000000000000000004060406040604000406040604060406
  407.       FFFF0000FFFFFFFFFF0000FFFFFFFFFFFFFFFFFFFFFFFFF3C007C001FFFFFFE1
  408.       BFEB8031001FFFC100058031000FFF837E3180310007F0077E3580010003C10F
  409.       000680010001808F7FEA80010000805F80148FF1001F000FC00A8FF1001F000F
  410.       E0018FF1001F200FE0078FF18FF1200FF0078FF1FFF9B01FF0038FF5FF759C1F
  411.       F8038001FF8FC03FFFFFFFFFFFFFF0FFFFFFFFFFFFFFFFFFFF9FF3FFF3F98007
  412.       FF1FF1FFF1F90003FE1FF0FFF0F90001FC1FF07FF0790000F81FF03FF039FFF8
  413.       F01FF01FF0198004E01FF00FF0098002E01FF00FF009C001F01FF01FF019FFE0
  414.       F81FF03FF0398000FC1FF07FF0798003FE1FF0FFF0F98001FF1FF1FFF1F9FFC0
  415.       FF9FF3FFF3F9FFE1FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF8003C00180039FCF
  416.       0001BFFE7FFD9F8F0001A002781D9F0F07C1BFFE7FFD9E0F0441A002783D9C0F
  417.       07C1BFFE7FFD980F04C1A002686D900F07C1BFFE4FE5900F0441A0020441980F
  418.       07C1BFFE4FE59C0F0001A002682D9E0F0001BFFE7FFD9F0F8003C00180039F8F
  419.       FFFFFFFFFFFF9FCFFFFFFFFFFFFFFFFF}
  420.   end
  421. end
  422.